Bitmap for WPF
Vector2 コンストラクタ(Single[])

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector2 構造体 > Vector2 コンストラクタ : Vector2 コンストラクタ(Single[])
The values to assign to the X and Y components of the vector. This must be an array with two elements.
Initializes a new instance of the Vector2struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public Vector2( 
   System.float[] values
)

パラメータ

values
The values to assign to the X and Y components of the vector. This must be an array with two elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than two elements.
参照

Vector2 構造体
Vector2 メンバ
オーバーロード一覧